@media(min-width:1000px){
.n_content_left_cnt {
    width: 100%;
    height: 118px;
    text-align: center;
}

    .aboutuscontent{
        width:80%;
        margin:auto;
        text-indent: 36px;
    }

.left_typeUl {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    font-size: 0;
}
ul, li, dl, dd, dt {
    list-style-type: none;
}
.left_typeUl li.left_menu1_cur {
    background: #e11a1d;
    border: 1px solid #e11a1d;
}
.left_typeUl>li {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 126px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    border: 1px solid #000000;
    font-size: 16px !important;
    margin-left: 6px;
}
.left_typeUl>li a {
    display: block;
    color: #000;
}
.left_typeUl li.left_menu1_cur a {
    color: #fff;
}
a {
    text-decoration: none;
}
}
@media(min-width:1200px){
    .aboutTop {
        background:#e9ecef url(/static/images/aboutusbg.jpg) no-repeat;
        background-size:100% 320px;
        width:100%;
        height:320px;
    }
    .aboutuscontent{
        width:90%;
        margin:auto;
        text-indent: 36px;
    }
}
@media(min-width:1300px){
    .aboutTop {
        background:#e9ecef url(/static/images/aboutusbg.jpg) no-repeat;
        background-size:100% 360px;
        width:100%;
        height:360px;
    }
    .aboutuscontent{
        width:90%;
        margin:auto;
        text-indent: 36px;
    }
}
@media(min-width:1400px){
    .aboutTop {
        background:#e9ecef url(/static/images/aboutusbg.jpg) no-repeat;
        background-size:100% 420px;
        width:100%;
        height:420px;
    }
    .aboutuscontent{
        width:80%;
        margin:auto;
        text-indent: 36px;
    }
}
@media(max-width:992px){
    .aboutTop {
        background:#e9ecef url(/static/images/aboutusbg.jpg) no-repeat;
        background-size:100% 100px;
        width:100%;
        height:100px;
    }
    .n_content_left_cnt {
       display: none;
    }
    .aboutuscontent{
        width:95%;
        margin:auto;
        text-indent: 36px;
    }
}
.footcontainer .row.pb-5 {
	margin-left:0 !important;
	margin-right:0 !important;
}